}
@Override public void verifyInteractionWithRandomness() {
verifyInts(randomForParameterGenerator, times(3), LOCALES.length);
}
}
}
@Override public void verifyInteractionWithRandomness() {
verify(randomForParameterGenerator, times(3)).nextElement(LOCALES);
}
}